textview: Set handles' mode to "none" if showing the bubble
authorCarlos Garnacho <carlosg@gnome.org>
Fri, 12 Jun 2015 11:04:45 +0000 (13:04 +0200)
committerCarlos Garnacho <carlosg@gnome.org>
Fri, 12 Jun 2015 11:04:45 +0000 (13:04 +0200)
commit5c38991367d0c9815060a59754813e653ca84036
tree83655d640287023fb1d5b594f574a1ca6d1c2a34
parentc11906fcdbe12bab387ae74830703bcd919249a2
textview: Set handles' mode to "none" if showing the bubble

show_or_hide_handles() tries to disable visibility when the popover is
shown, although it triggers a bit late, and lets the handles flash briefly
if both popover and handles try to show at the same time (eg. when
pressing on the selection of a previously unfocused textview, the handles
were previously hidden, so they try to show again on focus in).
gtk/gtktextview.c